[INFO] cloning repository https://github.com/junyeong-ai/lorekeeper
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/junyeong-ai/lorekeeper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjunyeong-ai%2Florekeeper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjunyeong-ai%2Florekeeper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c60933413d684453af94c2948144b4dd926f522
[INFO] testing junyeong-ai/lorekeeper against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjunyeong-ai%2Florekeeper" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/junyeong-ai/lorekeeper
[INFO] finished tweaking git repo https://github.com/junyeong-ai/lorekeeper
[INFO] tweaked toml for git repo https://github.com/junyeong-ai/lorekeeper written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/junyeong-ai/lorekeeper on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/junyeong-ai/lorekeeper already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.122
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.122
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.122
[INFO] [stderr]   Downloaded rand_xorshift v0.4.0
[INFO] [stderr]   Downloaded jiff-tzdb-platform v0.1.3
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.72
[INFO] [stderr]   Downloaded siphasher v1.0.3
[INFO] [stderr]   Downloaded flagset v0.4.7
[INFO] [stderr]   Downloaded memo-map v0.3.3
[INFO] [stderr]   Downloaded unarray v0.1.4
[INFO] [stderr]   Downloaded web_atoms v0.2.4
[INFO] [stderr]   Downloaded terminal_size v0.4.4
[INFO] [stderr]   Downloaded markup5ever_rcdom v0.38.0+unofficial
[INFO] [stderr]   Downloaded xml5ever v0.38.0
[INFO] [stderr]   Downloaded rusty-fork v0.3.1
[INFO] [stderr]   Downloaded mediatype v0.19.20
[INFO] [stderr]   Downloaded jiff-tzdb v0.1.6
[INFO] [stderr]   Downloaded dom_smoothie v0.17.0
[INFO] [stderr]   Downloaded dialoguer v0.12.0
[INFO] [stderr]   Downloaded rustls-platform-verifier v0.7.0
[INFO] [stderr]   Downloaded owo-colors v4.3.0
[INFO] [stderr]   Downloaded reqwest v0.13.4
[INFO] [stderr]   Downloaded jiff-static v0.2.28
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.122
[INFO] [stderr]   Downloaded unicode-segmentation v1.13.3
[INFO] [stderr]   Downloaded js-sys v0.3.99
[INFO] [stderr]   Downloaded emojis v0.8.2
[INFO] [stderr]   Downloaded tower-http v0.6.11
[INFO] [stderr]   Downloaded webpki-root-certs v1.0.7
[INFO] [stderr]   Downloaded feed-rs v2.3.1
[INFO] [stderr]   Downloaded h2 v0.4.14
[INFO] [stderr]   Downloaded minijinja v2.20.0
[INFO] [stderr]   Downloaded blake3 v1.8.5
[INFO] [stderr]   Downloaded aws-lc-rs v1.17.0
[INFO] [stderr]   Downloaded proptest v1.11.0
[INFO] [stderr]   Downloaded htmd v0.5.4
[INFO] [stderr]   Downloaded web-sys v0.3.99
[INFO] [stderr]   Downloaded jiff v0.2.28
[INFO] [stderr]   Downloaded gjson v0.8.1
[INFO] [stderr]   Downloaded aws-lc-sys v0.41.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a5b045dd17c9aaa4476fd1b3142db40abc81e545deadc0b6ca602dc80bb63444
[INFO] running `Command { std: "docker" "start" "-a" "a5b045dd17c9aaa4476fd1b3142db40abc81e545deadc0b6ca602dc80bb63444", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5b045dd17c9aaa4476fd1b3142db40abc81e545deadc0b6ca602dc80bb63444", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5b045dd17c9aaa4476fd1b3142db40abc81e545deadc0b6ca602dc80bb63444", kill_on_drop: false }`
[INFO] [stdout] a5b045dd17c9aaa4476fd1b3142db40abc81e545deadc0b6ca602dc80bb63444
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5695b68604622fb5b358f47a4861e6700e9bd345ed543448364db68fa4bf7a98
[INFO] running `Command { std: "docker" "start" "-a" "5695b68604622fb5b358f47a4861e6700e9bd345ed543448364db68fa4bf7a98", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling tendril v0.5.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling jiff v0.2.28
[INFO] [stderr]    Compiling dtoa v1.0.11
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling selectors v0.36.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling servo_arc v0.4.3
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling memo-map v0.3.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling web_atoms v0.2.4
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling utf8-width v0.1.8
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling gjson v0.8.1
[INFO] [stderr]    Compiling flagset v0.4.7
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling dialoguer v0.12.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling cssparser v0.36.0
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling emojis v0.8.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling string_cache v0.9.0
[INFO] [stderr]    Compiling serde_yaml_ng v0.10.0
[INFO] [stderr]    Compiling minijinja v2.20.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling mediatype v0.19.20
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling markup5ever v0.38.0
[INFO] [stderr]    Compiling lk-core v0.6.0 (/opt/rustwide/workdir/crates/lk-core)
[INFO] [stderr]    Compiling html5ever v0.38.0
[INFO] [stderr]    Compiling xml5ever v0.38.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling dom_query v0.27.0
[INFO] [stderr]    Compiling markup5ever_rcdom v0.38.0+unofficial
[INFO] [stderr]    Compiling lk-queue v0.6.0 (/opt/rustwide/workdir/crates/lk-queue)
[INFO] [stderr]    Compiling htmd v0.5.4
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling feed-rs v2.3.1
[INFO] [stderr]    Compiling dom_smoothie v0.17.0
[INFO] [stderr]    Compiling lk-vault v0.6.0 (/opt/rustwide/workdir/crates/lk-vault)
[INFO] [stderr]    Compiling lk-graph v0.6.0 (/opt/rustwide/workdir/crates/lk-graph)
[INFO] [stderr]    Compiling lk-pipeline v0.6.0 (/opt/rustwide/workdir/crates/lk-pipeline)
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling lk-source v0.6.0 (/opt/rustwide/workdir/crates/lk-source)
[INFO] [stderr]    Compiling lore v0.6.0 (/opt/rustwide/workdir/crates/lk-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
[INFO] running `Command { std: "docker" "inspect" "5695b68604622fb5b358f47a4861e6700e9bd345ed543448364db68fa4bf7a98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5695b68604622fb5b358f47a4861e6700e9bd345ed543448364db68fa4bf7a98", kill_on_drop: false }`
[INFO] [stdout] 5695b68604622fb5b358f47a4861e6700e9bd345ed543448364db68fa4bf7a98
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b3316049f096ccd7465971322295cddb291cdca0c669ca1dcd0f95da77ad0807
[INFO] running `Command { std: "docker" "start" "-a" "b3316049f096ccd7465971322295cddb291cdca0c669ca1dcd0f95da77ad0807", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling lk-core v0.6.0 (/opt/rustwide/workdir/crates/lk-core)
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling dom_query v0.27.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling dom_smoothie v0.17.0
[INFO] [stderr]    Compiling feed-rs v2.3.1
[INFO] [stderr]    Compiling lk-vault v0.6.0 (/opt/rustwide/workdir/crates/lk-vault)
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling lk-queue v0.6.0 (/opt/rustwide/workdir/crates/lk-queue)
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling lk-pipeline v0.6.0 (/opt/rustwide/workdir/crates/lk-pipeline)
[INFO] [stderr]    Compiling lk-graph v0.6.0 (/opt/rustwide/workdir/crates/lk-graph)
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling lk-source v0.6.0 (/opt/rustwide/workdir/crates/lk-source)
[INFO] [stderr]    Compiling lore v0.6.0 (/opt/rustwide/workdir/crates/lk-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 53.73s
[INFO] running `Command { std: "docker" "inspect" "b3316049f096ccd7465971322295cddb291cdca0c669ca1dcd0f95da77ad0807", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3316049f096ccd7465971322295cddb291cdca0c669ca1dcd0f95da77ad0807", kill_on_drop: false }`
[INFO] [stdout] b3316049f096ccd7465971322295cddb291cdca0c669ca1dcd0f95da77ad0807
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 752b4c81dece06c4c5dd64caf1577c3975a269cf6b142f6597b31df38299ed93
[INFO] running `Command { std: "docker" "start" "-a" "752b4c81dece06c4c5dd64caf1577c3975a269cf6b142f6597b31df38299ed93", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lk_core-6d10338b3bfacdc1)
[INFO] [stdout] 
[INFO] [stdout] running 129 tests
[INFO] [stdout] test config::tests::default_llm_provider_is_queue ... ok
[INFO] [stdout] test config::tests::near_duplicate_threshold_default_catches_real_spelling_variants ... ok
[INFO] [stdout] test config::tests::resolve_category_content_signal_outranks_source_type_map ... ok
[INFO] [stdout] test config::tests::resolve_category_falls_back_to_source_type ... ok
[INFO] [stdout] test config::tests::expand_tilde_works ... ok
[INFO] [stdout] test concept::tests::slugify_nfkc_fullwidth_matches_ascii ... ok
[INFO] [stdout] test concept::tests::slugify_returns_none_for_empty ... ok
[INFO] [stdout] test concept::tests::slugify_nfkc_hangul_composed_equals_decomposed ... ok
[INFO] [stdout] test concept::tests::slugify_basic ... ok
[INFO] [stdout] test config::tests::normalized_focus_treats_blank_as_none ... ok
[INFO] [stdout] test concept::tests::slugify_collapses_and_trims_separators ... ok
[INFO] [stdout] test config::tests::resolve_category_prefers_source_id ... ok
[INFO] [stdout] test config::tests::graph_config_defaults_when_absent ... ok
[INFO] [stdout] test config::tests::reject_source_id_with_path_separator ... ok
[INFO] [stdout] test config::tests::validate_accepts_nested_vault_dir ... ok
[INFO] [stdout] test config::tests::schedules_excludes_disabled ... ok
[INFO] [stdout] test config::tests::validate_accepts_empty_concept_categories ... ok
[INFO] [stdout] test config::tests::validate_accepts_cron_with_range ... ok
[INFO] [stdout] test config::tests::maintenance_retention_defaults_to_90_and_rejects_non_positive ... ok
[INFO] [stdout] test config::tests::graph_config_rejects_unknown_field ... ok
[INFO] [stdout] test config::tests::validate_rejects_absolute_vault_dir ... ok
[INFO] [stdout] test config::tests::validate_rejects_classify_rule_with_empty_keywords ... ok
[INFO] [stdout] test config::tests::validate_rejects_bad_cron_field_count ... ok
[INFO] [stdout] test config::tests::graph_config_parses_overrides ... ok
[INFO] [stdout] test config::tests::validate_rejects_concept_category_with_special_chars ... ok
[INFO] [stdout] test config::tests::validate_accepts_partially_overlapping_rule ... ok
[INFO] [stdout] test config::tests::validate_rejects_cron_out_of_range ... ok
[INFO] [stdout] test config::tests::validate_rejects_duplicate_classify_rule_keywords ... ok
[INFO] [stdout] test config::tests::validate_accepts_specific_rule_before_general ... ok
[INFO] [stdout] test config::tests::validate_rejects_scheduled_review_when_performance_disabled ... ok
[INFO] [stdout] test config::tests::validate_rejects_vault_dir_traversal ... ok
[INFO] [stdout] test config::tests::validate_rejects_non_numeric_step ... ok
[INFO] [stdout] test config::tests::relative_vault_root_resolved_against_config_dir ... ok
[INFO] [stdout] test config::tests::validate_rejects_resolution_out_of_range ... ok
[INFO] [stdout] test config::tests::validate_rejects_unrecognized_locale ... ok
[INFO] [stdout] test config::tests::validate_rejects_unknown_synthesis_source ... ok
[INFO] [stdout] test config::tests::validate_rejects_unknown_category ... ok
[INFO] [stdout] test config::tests::validate_rejects_unreachable_classify_rule ... ok
[INFO] [stdout] test config::tests::vault_dirs_normalize_cleans_paths ... ok
[INFO] [stdout] test config::tests::source_type_serde_roundtrip ... ok
[INFO] [stdout] test config::tests::validate_rejects_zero_step ... ok
[INFO] [stdout] test cron::tests::malformed_expr_is_none ... ok
[INFO] [stdout] test document::tests::extension_maps_to_format_type ... ok
[INFO] [stdout] test document::tests::slate_covers_every_mapped_value ... ok
[INFO] [stdout] test cron::tests::list_and_range_fields ... ok
[INFO] [stdout] test cron::tests::large_step_does_not_panic_or_loop ... ok
[INFO] [stdout] test cron::tests::step_field_every_15_min ... ok
[INFO] [stdout] test config::tests::parse_example_config ... ok
[INFO] [stdout] test cron::tests::hourly_next_fire_is_one_hour ... ok
[INFO] [stdout] test frontmatter::tests::crlf_without_frontmatter ... ok
[INFO] [stdout] test event::tests::canonical_order_is_newest_first ... ok
[INFO] [stdout] test frontmatter::tests::unclosed_frontmatter_errors ... ok
[INFO] [stdout] test frontmatter::tests::leading_whitespace_before_dashes_is_not_frontmatter ... ok
[INFO] [stdout] test frontmatter::tests::no_frontmatter ... ok
[INFO] [stdout] test frontmatter::tests::dashes_inside_yaml_value_do_not_close_early ... ok
[INFO] [stdout] test config::tests::validate_rejects_duplicate_concept_category ... ok
[INFO] [stdout] test frontmatter::tests::bom_prefixed_frontmatter_is_recognized ... ok
[INFO] [stdout] test event::tests::canonical_order_breaks_timestamp_ties_by_id_total_order ... ok
[INFO] [stdout] test frontmatter::tests::crlf_normalized ... ok
[INFO] [stdout] test frontmatter::tests::roundtrip ... ok
[INFO] [stdout] test i18n::tests::from_tag_maps_language_subtag ... ok
[INFO] [stdout] test cron::tests::weekday_next_fire_skips_weekend ... ok
[INFO] [stdout] test i18n::tests::dynamic_titles_differ_by_locale ... ok
[INFO] [stdout] test fs::tests::rename_failure_leaves_no_temp ... ok
[INFO] [stdout] test cron::tests::weekday_second_fire_after_friday_spans_weekend ... ok
[INFO] [stdout] test i18n::tests::strings_localized ... ok
[INFO] [stdout] test i18n::tests::try_from_tag_recognizes_only_known_primary_subtags ... ok
[INFO] [stdout] test markdown::tests::clamps_at_h6 ... ok
[INFO] [stdout] test cron::tests::daily_second_fire_is_two_days_out ... ok
[INFO] [stdout] test markdown::tests::demotes_h2_to_floor_preserving_relative_structure ... ok
[INFO] [stdout] test markdown::tests::h1_demoted_to_floor ... ok
[INFO] [stdout] test fs::tests::temp_keeps_extension_suffix_for_sweeps ... ok
[INFO] [stdout] test fs::tests::applies_mode_to_published_file ... ok
[INFO] [stdout] test markdown::tests::ignores_non_heading_hash_lines ... ok
[INFO] [stdout] test markdown::tests::leaves_headings_inside_fenced_code_untouched ... ok
[INFO] [stdout] test markdown::tests::noop_when_already_at_or_below_floor ... ok
[INFO] [stdout] test markdown::tests::noop_when_no_headings ... ok
[INFO] [stdout] test markdown::tests::scan_clean_page_has_no_defects ... ok
[INFO] [stdout] test markdown::tests::scan_flags_data_uri_autolink ... ok
[INFO] [stdout] test markdown::tests::scan_flags_inline_data_uri_image_with_line_number ... ok
[INFO] [stdout] test markdown::tests::preserves_trailing_text_after_hashes ... ok
[INFO] [stdout] test markdown::tests::scan_is_case_insensitive_on_the_scheme ... ok
[INFO] [stdout] test text::tests::cjk_needle_matches_as_substring ... ok
[INFO] [stdout] test text::tests::bounded_matches_whole_token_and_compounds ... ok
[INFO] [stdout] test markdown::tests::scan_reports_correct_line_across_crlf_and_bom ... ok
[INFO] [stdout] test text::tests::collapses_many_newlines ... ok
[INFO] [stdout] test text::tests::bounded_rejects_inner_substring ... ok
[INFO] [stdout] test text::tests::collapses_triple_newlines ... ok
[INFO] [stdout] test math::tests::rounds_to_nearest_whole_percent ... ok
[INFO] [stdout] test math::tests::zero_total_is_zero_not_nan ... ok
[INFO] [stdout] test text::tests::handles_crlf ... ok
[INFO] [stdout] test text::tests::preserves_single_blank_line ... ok
[INFO] [stdout] test vault_path::tests::concept_path ... ok
[INFO] [stdout] test text::tests::empty_needle_never_matches ... ok
[INFO] [stdout] test text::tests::containment_implication_holds_at_edges ... ok
[INFO] [stdout] test vault_path::tests::daily_path ... ok
[INFO] [stdout] test config::tests::validate_rejects_invalid_timezone ... ok
[INFO] [stdout] test vault_path::tests::document_path ... ok
[INFO] [stdout] test fs::tests::writes_contents_and_leaves_no_temp ... ok
[INFO] [stdout] test text::tests::strips_bare_cr ... ok
[INFO] [stdout] test vault_path::tests::custom_dirs ... ok
[INFO] [stdout] test vault_path::tests::exploration_path ... ok
[INFO] [stdout] test vault_path::tests::quarterly_review_path ... ok
[INFO] [stdout] test vault_path::tests::annual_review_path ... ok
[INFO] [stdout] test fs::tests::overwrites_existing_file ... ok
[INFO] [stdout] test vault_path::tests::weekly_review_path ... ok
[INFO] [stdout] test vault_path::tests::quarter_calculation ... ok
[INFO] [stdout] test vault_path::tests::monthly_review_path ... ok
[INFO] [stdout] test vault_path::tests::weekly_synthesis_path ... ok
[INFO] [stdout] test vault_path::tests::work_log_path ... ok
[INFO] [stdout] test cron::tests::vixie_or_semantics_when_both_day_fields_restricted ... ok
[INFO] [stdout] test wikilink::tests::split_target_anchor_only ... ok
[INFO] [stdout] test wikilink::tests::split_target_block_ref ... ok
[INFO] [stdout] test wikilink::tests::split_parts_separates_page_anchor_alias ... ok
[INFO] [stdout] test wikilink::tests::split_target_heading ... ok
[INFO] [stdout] test wikilink::tests::split_target_plain ... ok
[INFO] [stdout] test wikilink::tests::extract_skips_wikilinks_in_inline_code ... ok
[INFO] [stdout] test wikilink::tests::extract_skips_wikilinks_in_fenced_code_blocks ... ok
[INFO] [stdout] test wikilink::tests::wikilink_regex_capture ... ok
[INFO] [stdout] test wikilink::tests::backtick_fence_with_backtick_in_info_is_not_a_fence ... ok
[INFO] [stdout] test wikilink::tests::extract_skips_anchor_only ... ok
[INFO] [stdout] test wikilink::tests::extract_ignores_info_string_as_closing_fence ... ok
[INFO] [stdout] test wikilink::tests::extract_treats_nested_fence_types_as_content ... ok
[INFO] [stdout] test wikilink::tests::extract_keeps_wikilinks_outside_code ... ok
[INFO] [stdout] test wikilink::tests::extract_targets_strips_display_and_anchors ... ok
[INFO] [stdout] test wikilink::tests::tab_indented_fence_is_not_a_fence ... ok
[INFO] [stdout] test wikilink::tests::over_indented_fence_is_not_a_fence ... ok
[INFO] [stdout] test wikilink::tests::extract_handles_mixed_documents ... ok
[INFO] [stdout] test cron::tests::never_matching_schedule_returns_none ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 129 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lk_graph-fe878d6645b39a67)
[INFO] [stdout] 
[INFO] [stdout] running 116 tests
[INFO] [stdout] test audit::tests::missing_concepts_dir_is_not_an_error ... ok
[INFO] [stdout] test audit::tests::mark_audited_errors_on_missing_page ... ok
[INFO] [stdout] test audit::tests::single_source_concept_is_not_a_candidate ... ok
[INFO] [stdout] test alias::tests::alias_shadowing_a_real_page_is_flagged ... ok
[INFO] [stdout] test audit::tests::multiply_cited_unaudited_concept_is_a_candidate ... ok
[INFO] [stdout] test audit::tests::source_set_changes_are_detected_by_hash_not_count ... ok
[INFO] [stdout] test alias::tests::no_conflicts_when_aliases_are_distinct ... ok
[INFO] [stdout] test alias::tests::duplicate_alias_across_concepts_is_flagged ... ok
[INFO] [stdout] test backlinks::tests::dry_run_does_not_write ... ok
[INFO] [stdout] test alias::tests::non_concept_aliases_are_ignored ... ok
[INFO] [stdout] test backlinks::tests::english_locale_uses_sources_heading ... ok
[INFO] [stdout] test backlinks::tests::inserts_missing_backlink ... ok
[INFO] [stdout] test audit::tests::audited_concept_drops_off_and_is_idempotent ... ok
[INFO] [stdout] test backlinks::tests::preserves_other_sections ... ok
[INFO] [stdout] test backlinks::tests::idempotent_on_second_run ... ok
[INFO] [stdout] test backlinks::tests::alias_colliding_with_a_real_page_slug_is_not_credited ... ok
[INFO] [stdout] test backlinks::tests::path_form_citation_is_credited ... ok
[INFO] [stdout] test backlinks::tests::alias_citation_is_credited_to_the_concept ... ok
[INFO] [stdout] test backlinks::tests::duplicate_alias_credits_smallest_id_concept_not_smallest_stem ... ok
[INFO] [stdout] test cache::tests::is_dirty_detects_missing_scope_dir ... ok
[INFO] [stdout] test cache::tests::load_returns_none_for_missing ... ok
[INFO] [stdout] test backlinks::tests::self_link_to_concept_is_ignored ... ok
[INFO] [stdout] test cluster::tests::empty_graph_returns_empty ... ok
[INFO] [stdout] test backlinks::tests::removes_stale_backlink ... ok
[INFO] [stdout] test cache::tests::load_returns_none_for_corrupt ... ok
[INFO] [stdout] test cache::tests::build_ignores_non_md_files ... ok
[INFO] [stdout] test cache::tests::is_dirty_detects_deleted_file ... ok
[INFO] [stdout] test cache::tests::is_dirty_detects_new_file ... ok
[INFO] [stdout] test concept_lint::tests::bare_letter_digit_slugs_are_not_version_families ... ok
[INFO] [stdout] test cache::tests::is_dirty_detects_change_in_secondary_watched_dir ... ok
[INFO] [stdout] test cluster::tests::dense_clique_forms_one_community ... ok
[INFO] [stdout] test cluster::tests::suggest_links_finds_unlinked_pair_with_shared_neighbor ... ok
[INFO] [stdout] test cluster::tests::two_disconnected_components_form_two_communities ... ok
[INFO] [stdout] test cluster::tests::communities_sorted_by_size_with_sequential_ids ... ok
[INFO] [stdout] test cluster::tests::labels_default_to_none ... ok
[INFO] [stdout] test cluster::tests::suggest_links_ranked_by_shared_neighbor_count ... ok
[INFO] [stdout] test cluster::tests::min_community_size_filters_small_communities ... ok
[INFO] [stdout] test cluster::tests::modularity_positive_for_clear_structure ... ok
[INFO] [stdout] test cluster::tests::suggest_links_skips_already_linked_pairs ... ok
[INFO] [stdout] test cluster::tests::two_cliques_joined_by_a_bridge_split_into_two ... ok
[INFO] [stdout] test cluster::tests::suggest_links_floor_suppresses_single_shared_neighbor ... ok
[INFO] [stdout] test cluster::tests::label_communities_picks_highest_degree_member ... ok
[INFO] [stdout] test cache::tests::roundtrip_save_load ... ok
[INFO] [stdout] test concept_lint::tests::conflict_callout_parser_handles_fold_flag_and_nested_quote ... ok
[INFO] [stdout] test concept_lint::tests::empty_config_means_no_findings_regardless_of_pages ... ok
[INFO] [stdout] test concept_lint::tests::falls_back_to_filename_when_id_missing ... ok
[INFO] [stdout] test concept_lint::tests::sibling_version_detection_is_precise ... ok
[INFO] [stdout] test concept_lint::tests::word_suffix_after_digit_is_not_treated_as_version_variant ... ok
[INFO] [stdout] test export::tests::community_field_included_when_cluster_present ... ok
[INFO] [stdout] test export::tests::nodes_and_edges_are_present_and_sorted ... ok
[INFO] [stdout] test graph::tests::bare_alias_link_resolves_to_concept ... ok
[INFO] [stdout] test concept_lint::tests::conflict_callout_is_flagged_with_its_title ... ok
[INFO] [stdout] test graph::tests::broken_links_detected ... ok
[INFO] [stdout] test concept_lint::tests::bigram_blocking_finds_lone_near_dup_among_many_unrelated ... ok
[INFO] [stdout] test concept_lint::tests::scan_is_resilient_to_malformed_frontmatter ... ok
[INFO] [stdout] test graph::tests::basic_graph_construction ... ok
[INFO] [stdout] test graph::tests::concept_owns_bare_slug_over_same_named_document ... ok
[INFO] [stdout] test concept_lint::tests::near_duplicate_slugs_are_flagged_distinct_ones_are_not ... ok
[INFO] [stdout] test concept_lint::tests::findings_are_sorted_by_slug_for_deterministic_output ... ok
[INFO] [stdout] test graph::tests::cross_scope_link_not_broken_with_existence ... ok
[INFO] [stdout] test graph::tests::duplicate_filename_keeps_first ... ok
[INFO] [stdout] test graph::tests::filename_resolution ... ok
[INFO] [stdout] test graph::tests::hubs_sorted_by_degree ... ok
[INFO] [stdout] test graph::tests::duplicate_slug_does_not_over_exempt_orphan ... ok
[INFO] [stdout] test graph::tests::orphan_exclude_respected ... ok
[INFO] [stdout] test graph::tests::orphan_exempted_by_external_inbound ... ok
[INFO] [stdout] test graph::tests::orphan_exempted_by_external_outbound ... ok
[INFO] [stdout] test graph::tests::orphans_detected ... ok
[INFO] [stdout] test graph::tests::path_style_link_resolves_to_page_id ... ok
[INFO] [stdout] test graph::tests::self_links_excluded ... ok
[INFO] [stdout] test concept_lint::tests::unknown_category_is_flagged ... ok
[INFO] [stdout] test concept_lint::tests::missing_category_field_is_silent ... ok
[INFO] [stdout] test concept_lint::tests::sibling_model_generations_are_not_flagged ... ok
[INFO] [stdout] test concept_lint::tests::other_callout_types_and_fenced_callouts_are_not_flagged ... ok
[INFO] [stdout] test graph::tests::self_only_link_is_orphan ... ok
[INFO] [stdout] test graph::tests::truly_disconnected_page_still_orphan_with_existence ... ok
[INFO] [stdout] test concept_lint::tests::scan_extracts_slug_category_and_body ... ok
[INFO] [stdout] test concept_lint::tests::valid_category_is_silent ... ok
[INFO] [stdout] test concept_lint::tests::missing_concepts_dir_is_not_an_error ... ok
[INFO] [stdout] test concept_lint::tests::whitespace_in_stem_does_not_evade_blocking ... ok
[INFO] [stdout] test concept_lint::tests::version_variants_are_not_flagged_as_duplicates ... ok
[INFO] [stdout] test concept_lint::tests::near_duplicate_threshold_zero_or_missing_dir_is_empty ... ok
[INFO] [stdout] test index_drift::tests::fix_idempotent_when_no_drift ... ok
[INFO] [stdout] test index_drift::tests::fix_creates_index_when_absent ... ok
[INFO] [stdout] test index_drift::tests::fix_adds_to_index ... ok
[INFO] [stdout] test index_drift::tests::missing_index_reports_all_pages_missing_not_in_sync ... ok
[INFO] [stdout] test merge::tests::rejects_same_slug_and_missing_pages ... ok
[INFO] [stdout] test normalize::tests::detect_denormalized ... ok
[INFO] [stdout] test normalize::tests::reserved_files_skipped ... ok
[INFO] [stdout] test normalize::tests::normalized_slug_not_flagged ... ok
[INFO] [stdout] test normalize::tests::scan_detects_collision ... ok
[INFO] [stdout] test scan::tests::alias_never_overrides_a_real_page ... ok
[INFO] [stdout] test scan::tests::duplicate_alias_resolves_to_smallest_id_regardless_of_order ... ok
[INFO] [stdout] test normalize::tests::wikilink_already_normalized_unchanged ... ok
[INFO] [stdout] test normalize::tests::non_renamed_wikilinks_unchanged ... ok
[INFO] [stdout] test merge::tests::indented_sources_heading_is_treated_as_authored ... ok
[INFO] [stdout] test index_drift::tests::detect_missing_from_index ... ok
[INFO] [stdout] test index_drift::tests::detect_missing_from_disk ... ok
[INFO] [stdout] test normalize::tests::wikilink_anchor_preserved ... ok
[INFO] [stdout] test merge::tests::flags_authored_body_for_salvage ... ok
[INFO] [stdout] test scan::tests::path_slug_preserves_directory_structure ... ok
[INFO] [stdout] test merge::tests::dry_run_changes_nothing ... ok
[INFO] [stdout] test scan::tests::resolve_wikilink_target_bare_vs_path ... ok
[INFO] [stdout] test normalize::tests::wikilink_normalization ... ok
[INFO] [stdout] test scan::tests::path_slug_basic ... ok
[INFO] [stdout] test scan::tests::parse_file_extracts_title_and_links ... ok
[INFO] [stdout] test merge::tests::authored_body_aborts_without_force_and_proceeds_with_force ... ok
[INFO] [stdout] test merge::tests::merge_absorbs_from_names_into_into_aliases ... ok
[INFO] [stdout] test merge::tests::related_only_body_is_authored_and_needs_force ... ok
[INFO] [stdout] test scan::tests::vault_existence_indexes_both_forms ... ok
[INFO] [stdout] test scan::tests::vault_existence_resolves_concept_alias ... ok
[INFO] [stdout] test merge::tests::merge_rewrites_non_normalized_path_links ... ok
[INFO] [stdout] test merge::tests::rewrite_preserves_anchor_and_alias_without_duplication ... ok
[INFO] [stdout] test scan::tests::title_falls_back_to_heading_then_stem ... ok
[INFO] [stdout] test merge::tests::rewrites_bare_links_and_deletes_from ... ok
[INFO] [stdout] test scan::tests::scan_respects_exclude_and_missing_dir ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 116 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-7cf1adb9ee6ddfe4)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test missing_directory_errors ... ok
[INFO] [stdout] test suggest_links_from_fixture ... ok
[INFO] [stdout] test orphans_detected ... ok
[INFO] [stdout] test export_json_with_clusters ... ok
[INFO] [stdout] test normalize_fixture_already_normalized ... ok
[INFO] [stdout] test index_sync_detects_drift ... ok
[INFO] [stdout] test build_correct_page_count ... ok
[INFO] [stdout] test normalize_fix_renames_and_rewrites ... ok
[INFO] [stdout] test hubs_returns_results ... ok
[INFO] [stdout] test lint_combined_report ... ok
[INFO] [stdout] test broken_json_has_count ... ok
[INFO] [stdout] test index_sync_fix_mutates_and_idempotent ... ok
[INFO] [stdout] test broken_links_detected ... ok
[INFO] [stdout] test cluster_json_has_communities ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lk_pipeline-5c821bc505f92ff8)
[INFO] [stdout] 
[INFO] [stdout] running 51 tests
[INFO] [stdout] test dedup::tests::empty_batch_is_empty ... ok
[INFO] [stdout] test classify::tests::personal_not_marked_when_tracking_off ... ok
[INFO] [stdout] test classify::tests::personal_follows_adapter_ownership_when_tracked ... ok
[INFO] [stdout] test classify::tests::cjk_keyword_matches_across_attached_particles ... ok
[INFO] [stdout] test classify::tests::keyword_matches_inside_hyphen_and_dot_compounds ... ok
[INFO] [stdout] test classify::tests::category_and_performance_bridge_are_separate_axes ... ok
[INFO] [stdout] test classify::tests::static_labels ... ok
[INFO] [stdout] test classify::tests::keyword_category ... ok
[INFO] [stdout] test classify::tests::keyword_category_rejects_substring_false_positives ... ok
[INFO] [stdout] test dedup::tests::keeps_distinct_ids_even_when_title_matches ... ok
[INFO] [stdout] test dedup::tests::collapses_repeats_of_the_same_id ... ok
[INFO] [stdout] test event_log::tests::merge_is_deterministically_ordered_newest_first ... ok
[INFO] [stdout] test llm_cache::tests::missing_page_is_uncached ... ok
[INFO] [stdout] test dedup::tests::preserves_first_occurrence_order ... ok
[INFO] [stdout] test event_log::tests::merge_preserves_stored_only_and_fresh_wins ... ok
[INFO] [stdout] test concept_draft::tests::capture_section_finds_body_under_any_locale_heading ... ok
[INFO] [stdout] test event_log::tests::read_absent_log_is_empty ... ok
[INFO] [stdout] test llm_cache::tests::matching_marker_with_filled_body_hits_cache ... ok
[INFO] [stdout] test llm_cache::tests::matching_marker_with_empty_body_hits_cache ... ok
[INFO] [stdout] test llm_cache::tests::missing_marker_is_uncached ... ok
[INFO] [stdout] test llm_cache::tests::mismatched_marker_is_uncached ... ok
[INFO] [stdout] test llm_cache::tests::marker_set_but_heading_missing_is_uncached ... ok
[INFO] [stdout] test normalize::tests::stable_id_for_same_external_id ... ok
[INFO] [stdout] test llm_cache::tests::multi_line_body_preserves_internal_blank_lines ... ok
[INFO] [stdout] test normalize::tests::normalize_assigns_event_id ... ok
[INFO] [stdout] test normalize::tests::demotes_source_body_headings_to_avoid_section_collision ... ok
[INFO] [stdout] test normalize::tests::whitespace_only_difference_is_the_same_identity_without_external_id ... ok
[INFO] [stdout] test normalize::tests::title_wire_whitespace_is_trimmed ... ok
[INFO] [stdout] test normalize::tests::title_body_boundary_is_unambiguous ... ok
[INFO] [stdout] test render::tests::splice_writes_cached_bodies_and_leaves_uncached_sections_for_the_queue ... ok
[INFO] [stdout] test render::tests::splice_refuses_when_a_cached_heading_is_missing_from_the_render ... ok
[INFO] [stdout] test synthesis::tests::month_range_december ... ok
[INFO] [stdout] test synthesis::tests::month_range_february_leap ... ok
[INFO] [stdout] test render::tests::highlight_bucket_items_never_carry_a_body ... ok
[INFO] [stdout] test synthesis::tests::iso_week_basic ... ok
[INFO] [stdout] test synthesis::tests::quarter_range_q4 ... ok
[INFO] [stdout] test synthesis::tests::month_range_may_2026 ... ok
[INFO] [stdout] test synthesis::tests::quarter_range_q2 ... ok
[INFO] [stdout] test work_log::tests::group_by_category_never_invents_a_bucket_for_an_unconfigured_category ... ok
[INFO] [stdout] test synthesis::tests::reject_invalid_quarter ... ok
[INFO] [stdout] test work_log::tests::group_by_category_buckets_in_config_order_and_drops_empty_groups ... ok
[INFO] [stdout] test work_log::tests::group_by_category_routes_unresolved_events_to_the_uncategorized_bucket ... ok
[INFO] [stdout] test event_log::tests::write_then_read_round_trips ... ok
[INFO] [stdout] test event_log::tests::read_errors_on_a_corrupt_line_instead_of_dropping_it ... ok
[INFO] [stdout] test normalize::tests::timezone_affects_date ... ok
[INFO] [stdout] test concept_draft::tests::preserved_aliases_survive_render ... ok
[INFO] [stdout] test concept_draft::tests::rendered_frontmatter_escapes_quotes_in_name ... ok
[INFO] [stdout] test concept_draft::tests::category_omitted_when_none ... ok
[INFO] [stdout] test concept_draft::tests::preserved_sections_are_spliced_back_into_rendered_page ... ok
[INFO] [stdout] test normalize::tests::properties::title_is_always_edge_trimmed ... ok
[INFO] [stdout] test normalize::tests::properties::body_headings_never_collide_with_page_structure ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-92708e7218ab613a)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test gmail_daily_page_renders_category_highlights ... ok
[INFO] [stdout] test dry_run_does_not_write_the_event_log ... ok
[INFO] [stdout] test forecast_date_is_not_materialized ... ok
[INFO] [stdout] test intra_batch_duplicates_collapse_in_one_plan ... ok
[INFO] [stdout] test concept_accumulates_across_sources_in_one_run ... ok
[INFO] [stdout] test llm_failure_does_not_break_pipeline ... ok
[INFO] [stdout] test materialized_view::document_does_not_overwrite_a_different_existing_doc_with_same_title ... ok
[INFO] [stdout] test concept_pages_written_with_merge ... ok
[INFO] [stdout] test daily_page_accumulates_across_feed_depletion ... ok
[INFO] [stdout] test materialized_view::empty_concept_result_is_cached_not_re_enqueued ... ok
[INFO] [stdout] test materialized_view::same_titled_documents_get_distinct_pages ... ok
[INFO] [stdout] test materialized_view::empty_work_log_topic_summary_is_cached_not_re_enqueued ... ok
[INFO] [stdout] test empty_weekly_themes_is_cached_not_re_enqueued ... ok
[INFO] [stdout] test multi_date_events_produce_multiple_daily_pages ... ok
[INFO] [stdout] test performance_enabled_gates_review_narratives ... ok
[INFO] [stdout] test re_plan_reproduces_the_same_events_idempotently ... ok
[INFO] [stdout] test materialized_view::changed_input_invalidates_cache_and_re_enqueues ... ok
[INFO] [stdout] test materialized_view::growing_concept_registry_does_not_invalidate_other_caches ... ok
[INFO] [stdout] test materialized_view::deleting_one_completion_marker_re_enqueues_only_that_section ... ok
[INFO] [stdout] test materialized_view::manual_document_is_a_materialized_view ... ok
[INFO] [stdout] test materialized_view::queue_task_cache_hash_equals_page_frontmatter_hash ... ok
[INFO] [stdout] test materialized_view::work_log_topic_synthesis_is_a_materialized_view ... ok
[INFO] [stdout] test materialized_view::deleting_completion_marker_forces_re_enqueue ... ok
[INFO] [stdout] test target_date_filters_events ... ok
[INFO] [stdout] test materialized_view::changed_input_drops_the_stale_completion_marker ... ok
[INFO] [stdout] test work_log_excludes_future_dated_contribution ... ok
[INFO] [stdout] test synthesis_excludes_pages_dated_after_today ... ok
[INFO] [stdout] test queue_mode_emits_jsonl_tasks_with_targets ... ok
[INFO] [stdout] test materialized_view::refined_then_changed_input_keeps_page_hash_aligned_with_new_task ... ok
[INFO] [stdout] test weekly_synthesis_is_opt_in_via_include_sources ... ok
[INFO] [stdout] test work_log_generation_is_gated_by_performance_enabled ... ok
[INFO] [stdout] test materialized_view::wiping_section_body_does_not_re_enqueue ... ok
[INFO] [stdout] test materialized_view::unchanged_input_skips_llm_enqueue ... ok
[INFO] [stdout] test timezone_affects_vault_date ... ok
[INFO] [stdout] test quarterly_review_includes_latest_unsummarized_month_via_weekly_fallback ... ok
[INFO] [stdout] test synthesis_page_is_a_materialized_view ... ok
[INFO] [stdout] test write_failure_keeps_events_novel_for_retry ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- write_failure_keeps_events_novel_for_retry stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'write_failure_keeps_events_novel_for_retry' (447) panicked at crates/lk-pipeline/tests/integration.rs:447:5:
[INFO] [stdout] write should fail in read-only directory
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60f23e524ed8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60f23e524ed8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60f23e524ed8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60f23e524ed8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60f23e53ce4a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60f23e53ce4a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x60f23e529b02 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x60f23e529b02 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x60f23e500c66 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60f23e500c66 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60f23e51be59 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60f23df36d4c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x60f23df36d4c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60f23e51c0d2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x60f23e51c0d2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60f23e500d54 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x60f23e4f5c29 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60f23e501b8d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60f23e53d68c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60f23de8f603 - integration[360f03e8b0a28cb6]::write_failure_keeps_events_novel_for_retry::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/lk-pipeline/tests/integration.rs:447:5
[INFO] [stdout]   20:     0x60f23dee92b2 - <core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x60f23dee932d - <core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>> as core[28b146924c2f19c6]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x60f23df0fecd - <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   23:     0x60f23df0fb6b - tokio[a9add1843068b9d9]::task::coop::with_budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x60f23df0fb6b - tokio[a9add1843068b9d9]::task::coop::budget::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x60f23df0fb6b - <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   26:     0x60f23df088d0 - <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::Context>::enter::<core[28b146924c2f19c6]::task::poll::Poll<()>, <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   27:     0x60f23df0ec6d - <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   28:     0x60f23df0df14 - <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   29:     0x60f23dedab4b - <tokio[a9add1843068b9d9]::runtime::context::scoped::Scoped<tokio[a9add1843068b9d9]::runtime::scheduler::Context>>::set::<<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x60f23df1b1d9 - tokio[a9add1843068b9d9]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   31:     0x60f23ded4e32 - <std[929523f510218772]::thread::local::LocalKey<tokio[a9add1843068b9d9]::runtime::context::Context>>::try_with::<tokio[a9add1843068b9d9]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   32:     0x60f23ded49be - <std[929523f510218772]::thread::local::LocalKey<tokio[a9add1843068b9d9]::runtime::context::Context>>::with::<tokio[a9add1843068b9d9]::runtime::context::set_scheduler<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[95e62e727ddf147d]::boxed::Box<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   33:     0x60f23df19f7d - tokio[a9add1843068b9d9]::runtime::context::set_scheduler::<(alloc[95e62e727ddf147d]::boxed::Box<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::Core>, core[28b146924c2f19c6]::option::Option<()>), <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   34:     0x60f23df0aa10 - <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>::{closure#0}, core[28b146924c2f19c6]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   35:     0x60f23df0ad06 - <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   36:     0x60f23df0da20 - <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   37:     0x60f23dec7db3 - tokio[a9add1843068b9d9]::runtime::context::runtime::enter_runtime::<<tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x60f23df08401 - <tokio[a9add1843068b9d9]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   39:     0x60f23df10ed4 - <tokio[a9add1843068b9d9]::runtime::runtime::Runtime>::block_on_inner::<core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   40:     0x60f23df1109f - <tokio[a9add1843068b9d9]::runtime::runtime::Runtime>::block_on::<core[28b146924c2f19c6]::pin::Pin<&mut dyn core[28b146924c2f19c6]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   41:     0x60f23dea1f20 - integration[360f03e8b0a28cb6]::write_failure_keeps_events_novel_for_retry
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/lk-pipeline/tests/integration.rs:467:6
[INFO] [stdout]   42:     0x60f23de80847 - integration[360f03e8b0a28cb6]::write_failure_keeps_events_novel_for_retry::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/lk-pipeline/tests/integration.rs:402:54
[INFO] [stdout]   43:     0x60f23de7e7b6 - <integration[360f03e8b0a28cb6]::write_failure_keeps_events_novel_for_retry::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x60f23df29e2b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x60f23df29e2b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x60f23df376a5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x60f23df376a5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x60f23df376a5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x60f23df376a5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x60f23df376a5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x60f23df376a5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x60f23df376a5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x60f23df32204 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x60f23df32204 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x60f23df3a722 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x60f23df3a722 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x60f23df3a722 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x60f23df3a722 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x60f23df3a722 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x60f23df3a722 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x60f23df3a722 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x60f23e523fcf - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x60f23e523fcf - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x73755cc7aaa4 - <unknown>
[INFO] [stdout]   65:     0x73755cd07a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     write_failure_keeps_events_novel_for_retry
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 36 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p lk-pipeline --test integration`
[INFO] running `Command { std: "docker" "inspect" "752b4c81dece06c4c5dd64caf1577c3975a269cf6b142f6597b31df38299ed93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "752b4c81dece06c4c5dd64caf1577c3975a269cf6b142f6597b31df38299ed93", kill_on_drop: false }`
[INFO] [stdout] 752b4c81dece06c4c5dd64caf1577c3975a269cf6b142f6597b31df38299ed93
